| Conditions | 7 |
| Paths | 2 |
| Total Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | 'use strict' |
||
| 39 | setInterval(function () { |
||
| 40 | const widthThreshold = this.outerWidth - this.innerWidth > threshold |
||
| 41 | const heightThreshold = this.outerHeight - this.innerHeight > threshold |
||
| 42 | |||
| 43 | if (!(heightThreshold && widthThreshold) && ((this.Firebug && this.Firebug.chrome && this.Firebug.chrome.isInitialized) || widthThreshold || heightThreshold)) { |
||
| 44 | void console.__commandLineAPI |
||
| 45 | } else { |
||
| 46 | console.clear() |
||
| 47 | i = 0 |
||
| 48 | } |
||
| 49 | }) |
||
| 50 |